func runtime.cgoIsGoPointer
16 uses
runtime (current package)
cgocall.go#L539: if p == nil || !cgoIsGoPointer(p) {
cgocall.go#L610: if !cgoIsGoPointer(p) {
cgocall.go#L626: if !cgoIsGoPointer(p) {
cgocall.go#L637: if p == nil || !cgoIsGoPointer(p) {
cgocall.go#L652: if !cgoIsGoPointer(ss.str) {
cgocall.go#L681: if !cgoIsGoPointer(p) {
cgocall.go#L710: if cgoIsGoPointer(pp) && !isPinned(pp) {
cgocall.go#L736: func cgoIsGoPointer(p unsafe.Pointer) bool {
cgocheck.go#L33: if !cgoIsGoPointer(src) {
cgocheck.go#L36: if cgoIsGoPointer(unsafe.Pointer(dst)) {
cgocheck.go#L96: if !cgoIsGoPointer(src) {
cgocheck.go#L99: if cgoIsGoPointer(dst) {
cgocheck.go#L117: if !cgoIsGoPointer(src) {
cgocheck.go#L120: if cgoIsGoPointer(dst) {
cgocheck.go#L187: if cgoIsGoPointer(v) && !isPinned(v) {
cgocheck.go#L219: if cgoIsGoPointer(v) && !isPinned(v) {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |